home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / textutils_1_3.LHA / textutils-1.3 / cat / cat.1 next >
Text File  |  1992-09-22  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. CAT(1L)           MISC. REFERENCE MANUAL PAGES            CAT(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      cat - concatenate files and print on the standard output
  10.  
  11. SYNOPSIS
  12.      cat     [-benstuvAET]     [--number]     [--number-nonblank]
  13.      [--squeeze-blank]     [--show-nonprinting]     [--show-ends]
  14.      [--show-tabs] [--show-all] [file...]
  15.  
  16. DESCRIPTION
  17.      This manual page documents the  GNU  version  of  cat.   cat
  18.      writes  the  contents  of  each  given file, or the standard
  19.      input if none are given or when a file named `-'  is  given,
  20.      to the standard output.
  21.  
  22.   OPTIONS
  23.      -_b, --_n_u_m_b_e_r-_n_o_n_b_l_a_n_k
  24.           Number all nonblank output lines, starting with 1.
  25.  
  26.      -_e   Equivalent to -_v_E.
  27.  
  28.      -_n, --_n_u_m_b_e_r
  29.           Number all output lines, starting with 1.
  30.  
  31.      -_s, --_s_q_u_e_e_z_e-_b_l_a_n_k
  32.           Replace multiple adjacent blank  lines  with  a  single
  33.           blank line.
  34.  
  35.      -_t   Equivalent to -_v_T.
  36.  
  37.      -_u   Ignored; for Unix compatibility.
  38.  
  39.      -_v, --_s_h_o_w-_n_o_n_p_r_i_n_t_i_n_g
  40.           Display control characters except for LFD and TAB using
  41.           `^'  notation and precede characters that have the high
  42.           bit set with `M-'.
  43.  
  44.      -_A, --_s_h_o_w-_a_l_l
  45.           Equivalent to -_v_E_T.
  46.  
  47.      -_E, --_s_h_o_w-_e_n_d_s
  48.           Display a `$' after the end of each line.
  49.  
  50.      -_T, --_s_h_o_w-_t_a_b_s
  51.           Display TAB characters as `^I'.
  52.  
  53.      The long-named options can be introduced with `+' as well as
  54.      `--',  for compatibility with previous releases.  Eventually
  55.      support for `+' will be removed, because it is  incompatible
  56.      with the POSIX.2 standard.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.